Print Line Object
data class PrintLineObject(val data: String? = null, val printLineProperties: PrintLineProperties? = null) : PrintObject
A data class that holds the info for the object to be printed. Only data is mandatory, the other properties are optional. When only data passed a default layout settings depending on device will be taken.